home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 222 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: aargh.incubus.sub.org!marc
  2. From: marc@aargh.incubus.sub.org (Marc 'Nepomuk' Heuler)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Demo/game to OS friendly part II
  5. Message-ID: <-yTTx*0ha@aargh.incubus.sub.org>
  6. Date: Thu, 04 Jan 1996 11:19:27 CET
  7. Reply-To: marc@aargh.incubus.sub.org
  8. References: <38231819@kone.fipnet.fi>
  9. Organization: Data Design
  10. X-Newsreader: Arn V1.03a
  11.  
  12. In article <38231819@kone.fipnet.fi>, "Jyrki Saarinen" writes:
  13.  
  14. > 1) Let us assume I am doing a demo or a game. In a demo,
  15. >    I am displaying a 320x128 screen for a effect, then
  16. >    I want to show a picture with a 640x256 resolution?
  17. >    I dont want to close the 320x128 screen and open a 640x256 one.
  18. >    Any solutions?
  19.  
  20. Open the 640x256 before closing the 320x128.  If that takes to much memory,
  21. fade out the 320x128, open a 1 plane 320x128 black screen, open the black
  22. 640x256 screen, then close the 1 plane screen.
  23.  
  24. Nobody will notice the screen change, just like nobody notices the BPLCON
  25. change in a hw demo.
  26.  
  27. > 2) Copper tricks are not possible, I presume. I want CyberGraphX
  28. >    support, too.
  29.  
  30. You're correct.
  31.  
  32. > 3) Sprite masking in Blitterscreen in out of the question.
  33.  
  34. Not necessarily.  But you can't enforce the sprite display.  If you want,
  35. use sprites, but always have a fallback.  CyberGFX users have more horse
  36. power than blitterscreen-A1200s.
  37.  
  38. > 4) I guess I have to make a selector, CyberGraphX or native
  39. >    Amiga chipset. Is there a way to check is the opened
  40. >    screen really native, eight bitplanes?
  41.  
  42. GetBitmapAttr()
  43.